home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Reading & Spelling / Vocab book / background_3105.txt < prev    next >
Encoding:
Text File  |  1988-04-19  |  3.1 KB  |  161 lines

  1. -- background: 3105 from stack: in
  2. -- bmap block id: 4134
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11. on newcard
  12.   tabkey
  13. end newcard
  14.  
  15.  
  16. -- part 5 (field)
  17. -- low flags: 00
  18. -- high flags: 4000
  19. -- rect: left=150 top=136 right=156 bottom=337
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 3
  24. -- text size: 14
  25. -- style flags: 0
  26. -- line height: 18
  27. -- part name: word
  28.  
  29.  
  30. -- part 8 (button)
  31. -- low flags: 00
  32. -- high flags: 0000
  33. -- rect: left=281 top=275 right=300 bottom=308
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 1014 / 1014
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Prev
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   visual effect scroll left
  45.   go to previous card
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 9 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=309 top=275 right=300 bottom=336
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 1013 / 1013
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Next
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect scroll right
  65.   go to next card
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 13 (field)
  71. -- low flags: 00
  72. -- high flags: 4000
  73. -- rect: left=148 top=178 right=260 bottom=463
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 0
  77. -- font id: 3
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: explanation
  82.  
  83.  
  84. -- part 21 (button)
  85. -- low flags: 00
  86. -- high flags: 0001
  87. -- rect: left=4 top=307 right=340 bottom=44
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 20186 / 20186
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Sort words
  96. ----- HyperTalk script -----
  97. on mouseUp
  98.   sort by field "word"
  99. end mouseUp
  100.  
  101.  
  102.  
  103. -- part 23 (button)
  104. -- low flags: 00
  105. -- high flags: 8004
  106. -- rect: left=142 top=281 right=300 bottom=179
  107. -- title width / last selected line: 0
  108. -- icon id / first selected line: 0 / 0
  109. -- text alignment: 1
  110. -- font id: 0
  111. -- text size: 12
  112. -- style flags: 0
  113. -- line height: 16
  114. -- part name: new
  115. ----- HyperTalk script -----
  116. on mouseUp
  117.   domenu "new card"
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 24 (button)
  123. -- low flags: 00
  124. -- high flags: 0001
  125. -- rect: left=473 top=312 right=340 bottom=510
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 1012 / 1012
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: Return
  134. ----- HyperTalk script -----
  135. on mouseUp
  136.   visual effect iris close
  137.   pop card
  138.   go to card id 71884
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part 26 (button)
  144. -- low flags: 00
  145. -- high flags: 0000
  146. -- rect: left=459 top=16 right=55 bottom=500
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 2478 / 2478
  149. -- text alignment: 1
  150. -- font id: 0
  151. -- text size: 12
  152. -- style flags: 0
  153. -- line height: 16
  154. -- part name: Tell Me About...
  155. ----- HyperTalk script -----
  156. on mouseUp
  157.   push card
  158.   visual effect zoom open
  159.   go to card id 40267
  160. end mouseUp
  161.